home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / misc / easyproc.lha / EasyProcess / Source / Dragon / Dragon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-08  |  396 b   |  19 lines

  1. struct Dragon
  2. {
  3.     struct RastPort    RastPort;
  4.     WORD            Day, Cell,
  5.                     DragonX, DragonY,
  6.                     DuplicateCount,
  7.                     KindCount,
  8.                     MoveX[32], MoveY[32],
  9.                     Duplicate[32][32];
  10. };
  11.  
  12. void main (void);
  13. void MakeDragon (struct Dragon *);
  14. void Dragon (WORD Day, WORD Cell, struct Dragon *);
  15. WORD ReadNumber (BYTE *Buffer, WORD *PosPtr);
  16. WORD Load (struct Dragon *);
  17. void SetUp (void);
  18. void CleanUp(void);
  19.